-
class
c4_DoubleProp : public c4_Property
-
Double precision properties.
- Public:
- c4_DoubleProp (const char* name_);
- Constructs a new property.
- c4_DoubleRef operator() (c4_RowRef row_);
- Gets or sets a double precision property in a row.
- double Get (c4_RowRef row_);
- Gets a double precision property in a row.
- void Set (c4_RowRef row_, double value_);
- Sets a double precision property in a row.
- c4_Row operator[] (double value_);
- Creates a row with one double precision value, shorthand for AsRow.
- c4_Row AsRow (double value_);
- Creates a row with one double precision value.
#include "k4view.h" // Jun 8, 1997